home *** CD-ROM | disk | FTP | other *** search
/ HeiBe Erotik / HeiBe Erotik.iso / erovoll / dice / dice3.dir / 00073_Script_73 < prev    next >
Text File  |  1979-12-31  |  558b  |  19 lines

  1. on exitFrame
  2.   Global WurfStatus, WahlStatus, Fertig, Felder
  3.   set WurfStatus=1
  4.   set Fertig=0
  5.   repeat with i=1 to 8
  6.     puppetsound 2, "Bling"
  7.     set the text of member i+1 of castlib "Internal"="0"
  8.     set the loch of sprite 9+i=364
  9.   end repeat
  10.   repeat with i=9 to 16
  11.     puppetsound 2, "Bling"
  12.     set the text of member i+1 of castlib "Internal"="0"
  13.     set the loch of sprite 9+i=440
  14.   end repeat
  15.   --puppetsprite 9, true
  16.   puppetsound 2, "Bling"
  17.   set Felder=[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1]
  18.   go to "Wⁿrfeln"
  19. end